home *** CD-ROM | disk | FTP | other *** search
- #------------------------------------------------------------------------------
- # include generic camera controls
- exec _defCamera.cs
-
-
- #------------------------------------------------------------------------------
- # include generic keyboard controls
- exec _defKeyboard.cs
-
- #------------------------------------------------------------------------------
- #
- # Add support for MadCatz PantherXL joystick
- #
- editActionMap Herc
-
- #Weapon controls
- bindAction joystick make button0 TO ACTION_FIRE 1.0
- bindAction joystick break button0 TO ACTION_FIRE 0.0
- bindaction joystick make button12 TO ACTION_FIRE -1.0
- bindAction joystick break button12 TO ACTION_FIRE 0.0
- bindAction joystick make button1 TO ACTION_TARGET_SELECTED
- bindAction joystick make button2 TO ACTION_WEAPON_LINK
- bindAction joystick make button3 TO ACTION_TARGET_CLOSEST
-
- #Movement controls
- bindAction joystick xaxis TO ACTION_YAW deadzone 0.1 center square
- bindAction joystick yaxis TO ACTION_SPEED deadzone 0.1 center square
-
- #View controls
- bindAction joystick ypov TO ACTION_ZOOM_SET
- bindAction joystick slider0 TO ACTION_LOOK_X deadzone 0.01 center
- bindAction joystick slider1 TO ACTION_LOOK_Y deadzone 0.01 center
-
- #Shield controls
- bindAction joystick make button4 TO ACTION_SHIELD_FOCUS_ADJ +1.0
- bindAction joystick break button4 TO ACTION_SHIELD_FOCUS_ADJ 0.0
- bindAction joystick make button6 TO ACTION_SHIELD_FOCUS_ADJ -1.0
- bindAction joystick break button6 TO ACTION_SHIELD_FOCUS_ADJ 0.0
- bindAction joystick make button5 TO ACTION_SHIELD
- bindAction joystick make button7 TO ACTION_SHIELD_TRACK
-
- #System
- bindAction joystick make button8 TO ACTION_REACTOR
- bindAction joystick make button9 TO ACTION_CROUCH 1.0
- bindAction joystick break button9 TO ACTION_CROUCH 0.0
- bindAction joystick make button10 TO ACTION_CAMOUFLAGE
- bindAction joystick make button11 TO ACTION_SENSOR_MODE_TOGGLE
- bindAction joystick xpov TO ACTION_SENSOR_RANGE_TOGGLE
-
-
-
-